Don't pull in dev-deps for `cargo build`
authorAlex Crichton <alex@alexcrichton.com>
Mon, 11 Aug 2014 04:36:29 +0000 (21:36 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 11 Aug 2014 04:40:58 +0000 (21:40 -0700)
commitb97ba988216474218bf256b4e89d21e42d295fdd
tree0fd2509f03d68add10a33077db725bc15f1de046
parentf187578d1fe036572ae213905b7c4b214f69ebc6
Don't pull in dev-deps for `cargo build`

Also don't pull them in for `cargo doc`, but continue to pull them in for
`cargo run` and `cargo test`.

Closes #351
src/bin/cargo-build.rs
src/bin/cargo-doc.rs
src/bin/cargo-run.rs
src/bin/cargo-test.rs
src/cargo/ops/cargo_compile.rs
tests/test_cargo_compile_path_deps.rs